home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
Source
/
MultiSession 1.04 Source
/
Core 27⁄June⁄1993
/
CImagePane.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-12
|
262 b
|
15 lines
|
[
TEXT/KAHL
]
/* CImagePane.h */
#pragma once
#include "CViewRect.h"
struct CImagePane : CViewRect
{
short PictID;
void IImagePane(LongPoint Start, LongPoint Extent, CWindow* TheWindow,
CEnclosure* TheEnclosure, short ThePictID);
void DoUpdate(void);
};